Int and string list items no longer compare correctly. 🔼
The gotRLV() error I tracked to a difference in how list items are compared if they are different types. That'll be a pain.
reported=2019-05-19 07:53:09
reporter=onefang
priority=high
category=Bug
severity=minor
resolution=fixed
2019-06-17 06:01:34 onefang: Commit 4707c488282732b56bc7121544960d3bcb877e20 by Melanie Thielker
[quote=Melanie Thielker]LSL llListFindList fix: check types as well as content. Items must be same type to be found.[/quote]
Is what changed things.
2019-06-18 01:53:30 onefang: The question is, do I want to go back, or leave it as is to be the same as SL?
2019-07-23 14:29:29 onefang: As mentioned the parent bug - 'Lua will implicitly cast "numbers" to strings and strings to "numbers" when they are mixed.' and "Going forward we'll want to use the Lua friendly way."
So the answer is - YES I want to go back.
2019-07-23 15:08:44 onefang: Reverted 4707c488282732b56bc7121544960d3bcb877e20 and commented.